home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 4 / Windows 6-Pak (InfoMagic) (Disc 4) (1999).ISO / Misc-Utilities / CONVERT.ZIP / _SETUP.1 / CSConvert.exe / 0 / RCDATA / TLBFORM / TLBFORM.txt
Encoding:
Text File  |  1998-10-07  |  749 b   |  37 lines

  1. object LBForm: TLBForm
  2.   Left = 177
  3.   Top = 182
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'LBForm'
  7.   ClientHeight = 264
  8.   ClientWidth = 652
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object LB: TListBox
  16.     Left = 0
  17.     Top = 0
  18.     Width = 652
  19.     Height = 264
  20.     Hint = 'Taste the mouse double to choose one letter'
  21.     Align = alClient
  22.     Color = 15719382
  23.     Columns = 12
  24.     Font.Color = clBlue
  25.     Font.Height = -15
  26.     Font.Name = 'Arial'
  27.     Font.Style = []
  28.     ItemHeight = 20
  29.     ParentFont = False
  30.     ParentShowHint = False
  31.     ShowHint = True
  32.     Style = lbOwnerDrawFixed
  33.     TabOrder = 0
  34.     OnDblClick = LBDblClick
  35.   end
  36. end
  37.